home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Tools / Docs / Find < prev    next >
Text File  |  1995-01-03  |  2KB  |  52 lines

  1. PROGRAM NAME
  2.  
  3.   Find 1.1
  4.  
  5. AUTHOR
  6.  
  7.   Urban D. Müller    (umueller@wuarchive.wustl.edu)
  8.  
  9. SYNOPSIS
  10.  
  11.   Find [VIEW] [IN filename] string
  12.  
  13. FUNCTION
  14.  
  15.   Find will search an ASCII Aminet index for a case insensitive 
  16.   substring and output the matches as an AmigaGuide document which
  17.   it displays immediately.
  18.  
  19.   If you add the VIEW option (or the VIEW=TRUE tooltype from Workbench)
  20.   then the AmigaGuide document will view archives instead of unpacking 
  21.   them where possible.
  22.  
  23.   If you add the IN option (or its alias INDEXFILE), that file from 
  24.   the lists directory will be used for searching; there is no need to
  25.   specify the path. From Workbench, you can either single click an 
  26.   index name and shift-doubleclick 'Find', or you add the INDEXFILE=xxx
  27.   tooltype to the Find icon. Note that Find will append .doc to the index
  28.   file name if it was started from Workbench.
  29.  
  30.   Default index name is AMINETx:Docs/Index_Dir.doc for 'Find', if the
  31.   executable is renamed to 'NewFind' or 'AminetFind', the default
  32.   changes to New_Dir and Aminet_Dir, respectively.
  33.  
  34.   Wild cards are allowed if you run OS 2.0 or above. The pattern can
  35.   be anywhere on the line, but if you specify ^ as the first character,
  36.   it has to be at the beginning of the line. With $ at the end it has
  37.   to be at the end of the line. Other allowed characters are ? (match
  38.   any character), * (match any number of any char) and # (match any 
  39.   number of the following character).
  40.  
  41.   Find autodetaches.
  42.  
  43. EXAMPLES
  44.  
  45.   Find xpk
  46.   Find xpk IN Aminet_Dir
  47.   Find ^xpk*handler IN Aminet_Dir
  48.  
  49. SEE ALSO
  50.  
  51.   Inspect
  52.